feat: add macOS (darwin) platform support - #1046
Open
jianghuawang wants to merge 1 commit into
Open
Conversation
- Add darwin platform layer (darwin_api.py, key_translator.py) implementing the full Api interface: shortcuts, startfile, hardware control, permissions - Add PySide2→PySide6 compatibility shim and Qt5Compat QML overlay for running the PySide2/Qt5 codebase on PySide6/Qt6 - Make entry point (main.py) cross-platform: MessageBox, stdout/stderr redirection, and Qt plugin paths now handle win32/linux/darwin - Add macOS-specific behaviors: single-click system tray, quit-on-close disabled, accessibility and screen recording permission checks - Add on-demand OCR engine installer (ocr_installer.py) with QML download dialog for first-launch experience on macOS - Add darwin_RapidOCR-json OCR plugin using RapidOCR with CoreML EP - Add macOS build pipeline (build.sh, create_dmg.sh) producing .app bundle - Fix PDF text layer not created on PyMuPDF 1.27+ — fontsize must be passed as keyword argument to page.insert_text() - Fix Linux bug: os.startfile() is Windows-only, use xdg-open instead - Add cross-platform clipboard support (pbcopy/xclip) in cmd_client.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bug fixes (not macOS-specific)
Test plan